Termination Proof Script

Consider the TRS R consisting of the rewrite rules
1:    from(X)  → cons(X,from(s(X)))
2:    after(0,XS)  → XS
3:    after(s(N),cons(X,XS))  → after(N,XS)
There are 2 dependency pairs:
4:    FROM(X)  → FROM(s(X))
5:    AFTER(s(N),cons(X,XS))  → AFTER(N,XS)
The approximated dependency graph contains 2 SCCs: {5} and {4}.
Tyrolean Termination Tool  (0.01 seconds)   ---  May 3, 2006